home *** CD-ROM | disk | FTP | other *** search
- /**
- ** Prototypes for gbradio.library
- **
- ** Created: 03. Aug 1992 US
- ** Changed: 03. Aug 1992
- **
- **/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef EGS_EGSINTUI_H
- #include <egs/egsintui.h>
- #endif
- #ifndef EGS_EGSGADBOX_H
- #include <egs/egsgadbox.h>
- #endif
-
- EB_GadBoxPtr EGB_CreateRadioGadget(EB_GadContext con,
- EB_StrArrayPtr names,
- WORD height, LONG id);
-
- void EGB_ModifyRadioGadget(EI_WindowPtr win,
- EI_GadgetPtr gad, LONG data);
-
- void EGB_OnRadioElems(EI_WindowPtr win,
- EI_GadgetPtr gad,
- ULONG elems);
-
- void EGB_OffRadioElems(EI_WindowPtr win,
- EI_GadgetPtr gad,
- ULONG elems);
-
-